<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700");
@font-face {
    font-family: 'cashewcreamregular';
    src: url('{{ current_theme.path }}/assets/fonts/cashewcream-webfont.woff2') format('woff2'),
         url('{{ current_theme.path }}/assets/fonts/cashewcream-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rippleregular';
    src: url('{{ current_theme.path }}/assets/fonts/ripple-webfont.woff2') format('woff2'),
         url('{{ current_theme.path }}/assets/fonts/ripple-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'keep_on_truckinregular';
    src: url('{{ current_theme.path }}/assets/fonts/keepontruckin-aq32-webfont.woff2') format('woff2'),
         url('{{ current_theme.path }}/assets/fonts/keepontruckin-aq32-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'Lakki Reddy', cursive;
	font-size: 1.2vw;
  cursor: url(https://aoxotoxoa.com/Themes/Multipager%20Package/assets/img/cur197.ani), url(/img/cur197.png), auto !important;
  background-color: #0b0c11;
  background-image: url(/img/load1.jpg);
  background-size: cover;
  background-position: bottom;
  z-index: 1;
}
			body { margin: 0; }
			canvas { width: 100%; height: 100% }
html, body {margin:0; overflow:hidden;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'rippleregular';
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h2, .h2 {
    font-size: 2rem;
    padding-top: 5vw;
    padding-bottom: 2vw;
}
h3, .h3 {
    font-size: 30px;
}
p {
    font-size: 18px;
}

h4 {
    padding-top: 30px;
  	padding-bottom: 2vw;
    font-size: 25px;
    font-family: 'Lakki Reddy', cursive;
}
.h5, h5 {
    font-family: 'Lakki Reddy', cursive;
}
b, strong {
    font-weight: bolder;
}

.arch-nav li:hover {
    margin-left: 15px;
    text-shadow: 0 0 5px;
}
.arch-nav li:hover {
    transition: margin-left .8s;
}
.btn-default {
    background: #fff;
    border-radius: 0;
    margin-top: 60px;
  	top: unset !important;
    width: 100%;
    position: relative;
	background: #fff;
    border-radius: 0;
    margin-top: 60px;
    top: unset !important;
    width: 100%;
    position: relative;
    transition: 3s !important;
    left: 0;
    font-size: 2rem;
    padding-top: 15px;
}
.btn-default:hover {
    background: #cccccc;
}
.vierzehn {
  text-shadow: none;
}

.dreizehn {
  text-shadow: none;
}

.arch-hov {
    margin-left: 15px;
    text-shadow: 0 0 5px;
}

.h6, h6 {
    font-size: 20px;
    text-align: right;
    padding-right: 25px;
}

td {
    max-width: 40vw;
    min-width: 30vw;
}
details {
    font-size: 21px;
  	padding-top: 20px;
}
summary {
  	background: #fff;
    padding-bottom: 20px;
    padding: 0;
    border: 3px solid #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 0;
  	cursor: url(https://aoxotoxoa.com/img/pointer.png), auto !important;
  	display: block;
  	color: #000;
}
details summary::-webkit-details-marker {
  display:none;
}
details summary::marker {
  display:none;
}
.liveWrapper details summary {
    background: none;
    padding: 0;
    border: none;
}
.openAr {
	position: absolute;
    right: 10px;
    top: 5px;
    background: black;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: white;
    text-align: center;
    padding-top: 5px;
}
summary.open .openAr {
    transform: rotate(-90deg);
}
.gallery {
    border: 3px solid #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    margin: 0px;
}

img.test {
    width: 30vh;
      margin-top: 15px;
    text-align: center;
  z-index: 15;
  left: 50%;
  margin: auto;
    transform: translate(-50%, 0);
      top: 30px;
}

.img-responsive {
    width: 100%;
    transform: translateY(-5px);
}

body, html {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#c {
	z-index: 2;
    filter: hue-rotate(45deg);
}

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,900');

body {
	margin: 0;
	padding: 0;
}

body, header, li, a, ul {
	margin: 0;
	padding: 0;
}



ul.nav-l {
	width: 100%;
}

a {
	text-decoration: none;
	color: #fff;
  cursor: url(https://aoxotoxoa.com/img/pointer.png), auto !important;
}

a:focus, a:hover {
    color: #fff;
    text-shadow: 0 0 5px;
    text-decoration: none;
  	cursor: url(https://aoxotoxoa.com/img/pointer.png), auto !important;
}



header {
    position: fixed;
    z-index: 11;
    top: 20vh;
    left: 4vw;
    height: 100%;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    position: fixed;
    z-index: 13;
      animation: squiggly-anim2 9.9s linear infinite alternate;
}

.navbar-toggler {
    position: fixed;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: #fffbfb;
    background-image: none;
    border: 2px solid white;
    border-radius: 172px;
    z-index: 4100;
    width: 55px;
    height: 55px;
    top: 40px;
  	animation: squiggly-anim2 9.9s linear infinite alternate;
    transition: 3s;
}
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 99px;
    background-color: #fff;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    color: #000;
  	padding-top: 5px;
}

li.nav-l {
    height: 75px;
    width: 41px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    transition: margin-left .8s;
    z-index: 1001;
    overflow: visible;
    font-size: 4vh;
    list-style: none;
    padding-left: 15px;
 	border-radius: 300px;
  	font-family: 'rippleregular';
        margin-left: 0px;
  	opacity: 1;
}

li.nav-l:hover {
	margin-left: 15px;
	text-shadow: 0 0 5px;
}

#live td.1r {
    max-width: 11vw !important;
    min-width: 11vw !important;
}
td.2r, td.3r {
    max-width: 33vw !important;
    min-width: 33vw !important;
}

.livelist {
    float: right;
    position: absolute;
	color: #000;
}

#live summary {
    height: 70px;
}

#live .inner {
    left: 0;
  	overflow-y: auto;
  	overflow-x: hidden;
  	z-index: 20;
}

#live details .moreBtn {
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    padding: 22px;
    border: 3px #fff solid;
    height: 68px;
    border-radius: 75px;
    width: 100%;
    text-align: center;
}

.live-details {
    padding-left: 30px;
    vertical-align: text-top;
    padding-top: 30px;
}

.live-row {
  height: 100%;
}
#live details .gallery a {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: unset;
    padding: 0;
    border: none;
    height: unset;
    border-radius: 0;
    width: 100%;
    text-align: center;
  	background: rgba(0,0,0,0.5);
}
#live details .gallery a img {
    max-height: 380px;
    width: auto;
}
#live .tourposter {
  width: 25%;
  height: auto;
}
.band-nav ul {
    display: flex;
    list-style: none;
    margin: auto;
    text-align: center;
    justify-content: center;
}
.mark {
  color: #fff;
    text-shadow: 0 0 5px;
    text-decoration: none;
}
#archive ul {
    list-style: none;
    font-size: 4vh;
    height: 65vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 3;
    left: 0;
}
#archive ul li:last-child {
    padding-bottom: 60px;
}
#archive ul li col-md-5 {
    float: left;
}
#archive ul li col-md-7 {
    float: right;
}
#archive .col-md-10 ul {
    list-style: none;
    margin: auto;
    display: block;
    padding-top: 53px;
    text-align: left;
    height: 65vh;
    border-right: 3px solid #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 3;
    position: fixed;
    padding-bottom: 30px;
    width: 100%;
    font-family: inherit;
    padding-right: 20vw;
}
li.nav-o {
    line-height: 75px;
    text-align: center;
    color: #fff;
    transition: margin-left .8s;
    z-index: 1001;
    overflow: visible;
    font-size: 4vh;
    list-style: none;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 300px;
    font-family: 'rippleregular';
    margin-left: 0px;
  cursor: url(https://aoxotoxoa.com/img/pointer.png), auto !important;
}
li.nav-o:hover {
	margin-left: 15px;
	text-shadow: 0 0 5px;
}
li.nav-o:active {
	margin-left: 15px;
	text-shadow: 0 0 5px;
}

.info-nav {
    border-bottom: solid 3px #fff;
    border-top-left-radius: 11%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 11%;
  	border-bottom: 3px solid #fff;
}

.not-hidden {
	opacity: 1 !important;
  	transition: 1s;
}

.band-nav {
	position: absolute;
    z-index: 12;
    width: 75vw;
    height: 70vh;
    top: 145px;
    right: 5vw;
    opacity: 1;
    transition: transform .5s;
    transform: scale(0);
    border-top-left-radius: 3%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 3%;
    overflow: hidden;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, 0.77);
}
#band h4, #band p {
    z-index: 4;
    padding-top: 0;
}
.dcf-table tr td:first-child {
  	max-width:19vw;
    min-width:19vw;
}
#portofolio, #bio, #presse, #booking {
    transition: transform .5s;
    transform: scale(0);
    z-index: 4;
}
#foto {
    transition: transform .5s;
    transform: scale(1);
    left: 0;
    top: -133px;
  	z-index: 2;
}

#contact .inner {
  z-index: 4;
}
.success-message-main {
    padding: 15px;
    margin-top: 30px;
    width: 100%;
    background: #89ffc9;
    display: none;
}
#contact div.row.wrapper {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
  	width: 100%;
    height: 100%;
    position: absolute;
    padding: 31px;
    justify-content: center;
    left: 15px;
    right: 15px;
}
.form-control {
  position: relative;
}

@media (max-width: 600px) {

	li.nav-l:hover {
		
		width: 100%;
	}
}

.slideshow-home {
  background-color: #276767;
}

.container.page-wrapper {
    padding: 0 0 75px 0;
    margin: 0 auto;
    width: 100%;
    z-index: 12;
    position: absolute;
    left: 50%;
    top: 20vh;
    transform: translate(-50%,0);
    height: 73%;
    overflow: visible;
    padding-right: 0vw;
    text-align: right;
}
#band .wrapper {
	overflow: hidden;
}


.band-wrapper{
    overflow-y: scroll;
    overflow-x: hidden;
}
#info .wrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  	overflow-x: hidden;
    position: absolute;
    padding: 31px;
    justify-content: center;
    left: 15px;
    right: 15px;
	background: url(/img/stagefarout.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#presse h4 {
  	padding-left: 0px;
}

#archive .inner {
	left: 0;
    overflow-y: auto;
    overflow-x: hidden;
	background: url(/img/toxoa-stage.jpg);
    background-size: cover;
    background-repeat: no-repeat;  
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-size: 1.2vw;
    position: absolute;
    top: -2px;
    width: 100%;
    padding-left: 4vw;
    height: 65px;
    z-index: 999;
}

.blobs {
  filter: url("#goo");
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.blobs-band {
    filter: url(#goo);
    position: absolute;
    top: 17vw;
    left: -23%;
    width: 86vw;
    height: 76vw;
    float: right;
}
.members {
  position: absolute;
  width: 100%;
  height: 100%;
}

.memberOuter {
    transform: scale(0);
    top: 0;
    position: absolute;
    width: 100%;
}
.memberInner {
    transform: scale(0);
    z-index: 999;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    font-size: 18px;
}
.memberInner a {
    color: darkgray;
}
.memberInner .border-secondary {
    min-height: 38px;
}
.memberlist {
    float: right;
    position: absolute;
    color: #000;
    width: 100%;
}
/*Table*/
.memberInner table {
;
    color: #000;
  	width: 100%;
  	margin-bottom: 60px;
}
.whiteCell {
    background: #ffffff;
    border: #29686a solid 2px;
    padding: 5px;
}
/******/

footer {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 44px;
    padding: 3vw;
  	z-index: 12;
}
.studios {
    float: right;
    bottom: 15px;
    right: 35px;
    position: absolute;
}

.blob {
  position: absolute;
  background: #e97b7a;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  line-height: 1;
  text-align: center;
  color: white;
  font-size: 40px;
  border-radius: 100%;
  margin-top: -50px;
  margin-left: -50px;
  animation: blob-left-top-anim cubic-bezier(0.77, 0, 0.175, 1) 3s infinite;
}
.blob:nth-child(2) {
  animation-name: blob-right-top-anim;
}
.blob:nth-child(3) {
  animation-name: blob-left-bottom-anim;
  animation-delay: 0.2s;
}
.blob:nth-child(4) {
  animation-name: blob-right-bottom-anim;
  animation-delay: 0.4s;
}
.blob:nth-child(5) {
  animation: none;
  font-size: 26px;
  position: relative;
}
.blob:nth-child(5):before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}


.gallery-wrapper {
    height: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
      opacity: 0.3;
}

.photos {
  display: flex;
  background-color: #000;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  padding: 0;
  max-width: 980px;
}

.photos img {
  display: block;
  float: left;
  flex: 0 0 auto;
  background-color: #fff;
}

.gallery img {
    padding-top: 15px;
	padding-bottom: 15px;
}
.band-img {
    background-size: cover !important;
    opacity: 0.75;
    transition: 3s;
	cursor: pointer;
}
.band-img:hover {
    z-index: 4;
}

.bg-wrap {
	background: #01bdec;
	min-height: 100vh;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	animation: colorRotate 40s linear infinite;
    z-index: 6;
    opacity: 0.3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gooey-rec {
    background: linear-gradient(90deg, #795548 0%, #4a744e 100%);
    height: 400px;
    width: 400px;
    border-radius: 30% 70% 20% 40%;
    animation: transform 20s ease-in-out infinite both alternate, movement_one 40s ease-in-out infinite both;
    opacity: .5;
    position: absolute;
    left: 70%;
    top: 50%;
}
.gooey-rec.one {
	background: linear-gradient(15deg, #ffd400 0%, #ffa900 100%);
	height: 1000px;
	width: 1000px;
	left: -500px;
	top: -250px;
	transform: rotate(-180deg);
	animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
}
.band-nav .gooey-rec.one {
	background: linear-gradient(15deg, #ffd400 0%, #ffa900 100%);
	height: 1000px;
	width: 1000px;
	left: -500px;
	top: -250px;
	transform: rotate(-180deg);
	animation: transform 20s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
  	z-index: 3;
  pointer-events: none;
}
.band-nav .gooey-rec {
    background: linear-gradient(90deg, #795548 0%, #4a744e 100%);
    height: 400px;
    width: 400px;
    border-radius: 30% 70% 20% 40%;
    animation: transform 10s ease-in-out infinite both alternate, movement_one 40s ease-in-out infinite both;
    opacity: .2;
    position: absolute;
    left: 70%;
    top: 50%;
  	z-index: 3;
  pointer-events: none;
}

.band-img h4 {
  	z-index: 4;
	padding-bottom: 0;
  	font-size: 2vw;
}

.blobs {
    filter: url(#goo);
    position: relative;
    top: 8vw;
    left: -50%;
    width: 29vw;
    height: 46vw;
    float: right;
}


.blob {
    position: absolute;
    background: rgb(13, 0, 13);
    right: 0;
    top: 0;
    width: 100%;
    height: 70%;
    line-height: 1;
    text-align: center;
    color: white;
    font-size: 40px;
    border-radius: 100%;
    margin-top: -50px;
    animation: blob-left-top-anim cubic-bezier(0.77, 0, 0.175, 1) 41s infinite;
    margin: auto;
    padding: 6vw;
}
.blob:nth-child(2) {
  animation-name: blob-right-top-anim;
}
.blob:nth-child(3) {
  animation-name: blob-left-bottom-anim;
  animation-delay: 0.2s;
}
.blob:nth-child(4) {
  animation-name: blob-right-bottom-anim;
  animation-delay: 0.4s;
}
.blob:nth-child(5) {
    animation: none;
    font-size: 26px;
    position: relative;
    overflow: hidden;
}
.blob:nth-child(5):before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}
img.gallery-sm {
    position: absolute;
    left: 0;
    top: 0;
    width: 28vw;
}
table.band_table {
    position: absolute;
    left: 50%;
    top: 42vw;
    width: 84%;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    vertical-align: text-top;
    z-index: 13;
    transform: translate(-50%, 0);
}
.pages {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
    height: 100%;
    background: none;
    position: absolute;
    width: 100%;
    background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7483368347338936) 66%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7483368347338936) 66%, rgba(0,0,0,1) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7483368347338936) 66%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    background-repeat: no-repeat;
  background-attachment: fixed;
}

h1 {
	font-family: 'Playfair Display', serif;
	font-size: 5em;
	letter-spacing: 2px;
	font-weight: 900;
	color: white;
	line-height: .9em;
	position: relative;
	z-index: 4;
	text-shadow: 2px 3px 15px rgba(0,0,0,.15);
}

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  opacity: 0;
      padding: 10%;
    left: 0;
    margin-top: 0px;
    z-index: 7;
}
#page1 {

}
#page2 {

}
#page3 {

}



h1 {
  font-size: 1rem;
  line-height: 1;
}

.test {
    animation: squiggly-anim 12.9s linear infinite alternate;
    animation-fill-mode: backwards;
    transition: 3s !important;
}
.test:hover {
    animation: squiggly-anim 1.9s linear infinite alternate;
}


hr {
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 1px;
  margin-top: 5vw;
}

body {
	color: #fff;
}

.test {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	outline: none;
	text-align: center;
	line-height: 1;
       transition: all 1.35s ease 0s;
    -webkit-transition: all 1.35s ease 0s;
    -moz-transition: all 1.35s ease 0s;
    -o-transition: all 1.35s ease 0s;
    -ms-transition: all 1.35s ease 0s;
  position: absolute;
    top: 0;
}

.small {
	font-size: 0.75em;
}

.smaller {
	font-size: 0.4em;
}
.bg-dark {
    background-color: #000000!important;
}
p {
	margin: 0;
}

/* Keyframes Media Queries
================================================== */
@media (hover: hover) {
@media (min-width: 1024px) {
 
@keyframes blob-left-top-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(0.5) translate(-50%, -50%);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  75% {
    transform: scale(0.5) translate(50%, 50%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
} 
@keyframes blob-right-top-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  35% {
    transform: scale(0.5) translate(0, -50%);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  85% {
    transform: scale(0.5) translate(0, 50%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes blob-left-bottom-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(0.5) translate(-50%, 0);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  75% {
    transform: scale(0.5) translate(50%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes blob-right-bottom-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(0.5) translate(50%, -50%);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  75% {
    transform: scale(0.5) translate(-50%, 50%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes blob-left-top-anim2 {
  0% {
    transform: scale(1.1,0.9) translate(0, 0);
  }
  25% {
    transform: scale(1,1) translate(-10%, -10%);
  }
  50% {
    transform: scale(1.1,0.9) translate(0, 0);
  }
  75% {
    transform: scale(1,1) translate(10%, 10%);
  }
  100% {
    transform: scale(1.1,0.9) translate(0, 0);
  }
}
@keyframes blob-right-top-anim2 {
  0% {
    transform: scale(1.1,0.9) translate(0, 0);
  }
  35% {
    transform: scale(1,1) translate(0, -10%);
  }
  50% {
    transform: scale(1.1,0.9) translate(0, 0);
  }
  85% {
    transform: scale(1) translate(0, 10%);
  }
  100% {
    transform: scale(1.1,0.9) translate(0, 0);
  }
}
@keyframes blob-left-bottom-anim2 {
  0% {
    transform: scale(1.1,0.9) translate(0, 0);
  }
  25% {
    transform: scale(1,1) translate(-10%, 0);
  }
  50% {
    transform: scale(1.1,0.9) translate(0, 0);
  }
  75% {
    transform: scale(1,1) translate(10%, 0);
  }
  100% {
    transform: scale(1.1,0.9) translate(0, 0);
  }
}
@keyframes blob-right-bottom-anim2 {
  0% {
    transform: scale(1.1,0.9) translate(0, 0);
  }
  25% {
    transform: scale(1,1) translate(10%, -10%);
  }
  50% {
    transform: scale(1.1,0.9) translate(0, 0);
  }
  75% {
    transform: scale(1,1) translate(-10%, 10%);
  }
  100% {
    transform: scale(1.1,0.9) translate(0, 0);
  }
}

@keyframes colorRotate {
  100% {
    -webkit-filter: hue-rotate(360deg);
  }
}

@keyframes transform
{
    0%,
  100% { border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%;-webkit-filter: hue-rotate(360deg); } 
   20% { border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%;-webkit-filter: hue-rotate(360deg); } 
   40% { border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%;-webkit-filter: hue-rotate(360deg); } 
   60% { border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%;-webkit-filter: hue-rotate(360deg); } 
   80% { border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%;-webkit-filter: hue-rotate(360deg); } 
}


@keyframes movement_one
{
    0%,
  100% { transform: none;-webkit-filter: hue-rotate(360deg); }
   50% { transform: translate(50%, 20%) rotateY(10deg) scale(1.2);-webkit-filter: hue-rotate(360deg); }
}

@keyframes movement_two
{
    0%,
  100% { transform: none; }
   50% { transform: translate(50%, 20%) rotate(-200deg) scale(1.2);-webkit-filter: hue-rotate(360deg);}
}

@keyframes blob-left-top-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(0.5) translate(-50%, -50%);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  75% {
    transform: scale(0.5) translate(50%, 50%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes blob-right-top-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  35% {
    transform: scale(0.5) translate(0, -50%);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  85% {
    transform: scale(0.5) translate(0, 50%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes blob-left-bottom-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(0.5) translate(-50%, 0);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  75% {
    transform: scale(0.5) translate(50%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes blob-right-bottom-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(0.5) translate(50%, -50%);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  75% {
    transform: scale(0.5) translate(-50%, 50%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

// @-moz-keyframes squiggly-anim {
// 	0% {
// 	/*	filter: url("#squiggly-0"); */
  		transform: translate(-50%, 0) scaleX(0.8) skewY(0deg);
// 	}

// 	25% {
// 	/*	filter: url("#squiggly-1"); */
  		transform: translate(-50%, 0) scaleX(0.82) skewY(4deg);
// 	}

// 	50% {
// /*		filter: url("#squiggly-2"); */
  		transform: translate(-50%, 0) scaleX(0.85) skewY(-2deg);
// 	}

// 	75% {
// /*		filter: url("#squiggly-3"); */
  		transform: translate(-50%, 0) scaleX(0.81) skewY(1deg);
// 	}

// 	100% {
// 	/*	filter: url("#squiggly-4"); */
  		transform: translate(-50%, 0) scaleX(0.9) skewY(3deg);
// 	}
// }

// @-webkit-keyframes squiggly-anim {
// 	0% {
// 	/*	filter: url("#squiggly-0"); */
  		transform: translate(-50%, 0) scaleX(0.8) skewY(0deg);
// 	}

// 	25% {
// 	/*	filter: url("#squiggly-1"); */
  		transform: translate(-50%, 0) scaleX(0.82) skewY(4deg);
// 	}

// 	50% {
// 	/*	filter: url("#squiggly-2"); */
  		transform: translate(-50%, 0) scaleX(0.85) skewY(-2deg);
// 	}

// 	75% {
// 	/*	filter: url("#squiggly-3"); */
  		transform: translate(-50%, 0) scaleX(0.81) skewY(1deg);
// 	}

// 	100% {
// 	/*	filter: url("#squiggly-4"); */
  		transform: translate(-50%, 0) scaleX(0.9) skewY(3deg);
// 	}
// }

// @-o-keyframes squiggly-anim {
// 	0% {
// 	/*	filter: url("#squiggly-0"); */
  		transform: translate(-50%, 0) scaleX(0.8) skewY(0deg);
// 	}

// 	25% {
// /*		filter: url("#squiggly-1"); */
  		transform: translate(-50%, 0) scaleX(0.82) skewY(4deg);
// 	}

// 	50% {
// 	/*	filter: url("#squiggly-2"); */
  		transform: translate(-50%, 0) scaleX(0.85) skewY(-2deg);
// 	}

// 	75% {
// /*		filter: url("#squiggly-3"); */
  		transform: translate(-50%, 0) scaleX(0.81) skewY(1deg);
// 	}

// 	100% {
// 	/*	filter: url("#squiggly-4"); */
  		transform: translate(-50%, 0) scaleX(0.9) skewY(3deg);
// 	}
// }

@keyframes squiggly-anim {
	0% {
	/*	filter: url("#squiggly-0"); */
      	transform: translate(-50%, 0) scaleX(0.8) skewY(0deg);
	}

	25% {
/*		filter: url("#squiggly-1"); */
      	transform: translate(-50%, 0) scaleX(0.82) skewY(4deg);
	}

	50% {
/*		filter: url("#squiggly-2"); */
      	transform: translate(-50%, 0) scaleX(0.85) skewY(-2deg);
	}

	75% {
/*		filter: url("#squiggly-3"); */
      	transform: translate(-50%, 0) scaleX(0.81) skewY(1deg);
	}

	100% {
	/*	filter: url("#squiggly-4"); */
      	transform: translate(-50%, 0) scaleX(0.9) skewY(3deg);
	}
}

@keyframes squiggly-anim-alt {
	0% {
/*		filter: url("#squiggly-0"); */
      	transform: translate(-50%, 0) scaleX(0.8) skewY(0deg);
	}

	25% {
/*		filter: url("#squiggly-1a"); */
      transform: translate(-50%, 0) scaleX(0.82) skewY(4deg);
	}

	50% {
/*		filter: url("#squiggly-2"); */
      transform: translate(-50%, 0) scaleX(0.85) skewY(-2deg);
	}

	75% {
	/*	filter: url("#squiggly-3a"); */
      transform: translate(-50%, 0) scaleX(0.81) skewY(1deg);
	}

	100% {
	/*	filter: url("#squiggly-4"); */
      transform: translate(-50%, 0) scaleX(0.9) skewY(3deg);
	}
}

@keyframes squiggly {
  0% {
		filter: url("#squiggly-a");
	}

	100% {
		filter: url("#squiggly-z");
	}
}


// @-moz-keyframes squiggly-anim2 {
// 	0% {
// 	/*	filter: url("#squiggly-0"); */
  		transform: scaleX(0.8) scaleY(0.8) skewY(0deg);
// 	}

// 	25% {
// 	/*	filter: url("#squiggly-1"); */
  		transform: scaleX(0.82) scaleY(0.82) skewY(4deg);
// 	}

// 	50% {
// /*		filter: url("#squiggly-2"); */
  		transform: scaleX(0.85) scaleY(0.83) skewY(-2deg);
// 	}

// 	75% {
// /*		filter: url("#squiggly-3"); */
  		transform: scaleX(0.81) scaleY(0.82) skewY(1deg);
// 	}

// 	100% {
// 	/*	filter: url("#squiggly-4"); */
  		transform: scaleX(0.9) scaleY(0.8) skewY(3deg);
// 	}
// }

// @-webkit-keyframes squiggly-anim2 {
// 	0% {
// 	/*	filter: url("#squiggly-0"); */
  		transform: scaleX(0.8) scaleY(0.8) skewY(0deg);
// 	}

// 	25% {
// 	/*	filter: url("#squiggly-1"); */
  		transform: scaleX(0.82) scaleY(0.82) skewY(4deg);
// 	}

// 	50% {
// 	/*	filter: url("#squiggly-2"); */
  		transform: scaleX(0.85) scaleY(0.83) skewY(-2deg);
// 	}

// 	75% {
// 	/*	filter: url("#squiggly-3"); */
  		transform: scaleX(0.81) scaleY(0.82) skewY(1deg);
// 	}

// 	100% {
// 	/*	filter: url("#squiggly-4"); */
  		transform: scaleX(0.9) scaleY(0.8) skewY(3deg);
// 	}
// }

// @-o-keyframes squiggly-anim2 {
// 	0% {
// 	/*	filter: url("#squiggly-0"); */
  		transform: scaleX(0.8) scaleY(0.8) skewY(0deg);
// 	}

// 	25% {
// /*		filter: url("#squiggly-1"); */
  		transform: scaleX(0.82) scaleY(0.82) skewY(4deg);
// 	}

// 	50% {
// 	/*	filter: url("#squiggly-2"); */
  		transform: scaleX(0.85) scaleY(0.83) skewY(-2deg);
// 	}

// 	75% {
// /*		filter: url("#squiggly-3"); */
  		transform: scaleX(0.81) scaleY(0.82) skewY(1deg);
// 	}

// 	100% {
// 	/*	filter: url("#squiggly-4"); */
  		transform: scaleX(0.9) scaleY(0.8) skewY(3deg);
// 	}
// }

@keyframes squiggly-anim2 {
	0% {
	/*	filter: url("#squiggly-0"); */
      	transform: scaleX(0.8) scaleY(0.8) skewY(0deg);
	}

	25% {
/*		filter: url("#squiggly-1"); */
      	transform: scaleX(0.82) scaleY(0.82) skewY(4deg);
	}

	50% {
/*		filter: url("#squiggly-2"); */
      	transform: scaleX(0.85) scaleY(0.83) skewY(-2deg);
	}

	75% {
/*		filter: url("#squiggly-3"); */
      	transform: scaleX(0.81) scaleY(0.82) skewY(1deg);
	}

	100% {
	/*	filter: url("#squiggly-4"); */
      	transform: scaleX(0.9) scaleY(0.8) skewY(3deg);
	}
}

@keyframes squiggly-anim-alt2 {
	0% {
/*		filter: url("#squiggly-0"); */
      	transform: scaleX(0.8) scaleY(0.8) skewY(0deg);
	}

	25% {
/*		filter: url("#squiggly-1a"); */
      transform: scaleX(0.82) scaleY(0.82) skewY(4deg);
	}

	50% {
/*		filter: url("#squiggly-2"); */
      transform: scaleX(0.85) scaleY(0.83) skewY(-2deg);
	}

	75% {
	/*	filter: url("#squiggly-3a"); */
      transform: scaleX(0.81) scaleY(0.82) skewY(1deg);
	}

	100% {
	/*	filter: url("#squiggly-4"); */
      transform: scaleX(0.9) scaleY(0.8) skewY(3deg);
	}
}
  }
 }
/* Audio Player Styles
================================================== */

/* Default / Desktop / Firefox */
audio { margin:0; width:100%; }
#npTitle { margin:0; padding:21px; text-align:right; }
#npAction { padding:21px; position:absolute; }
#plList li { background-color:#231F20; cursor:pointer; margin:0; padding:21px 0; }
#plList li:hover { background-color:#262223; }
.plItem { position:relative; }
.plTitle { left:50px; overflow:hidden; position:absolute; right:65px; text-overflow:ellipsis; top:0; white-space:nowrap; }
.plNum { padding-left:21px; width:25px; }
.plLength { padding-left:21px; position:absolute; right:21px; top:0; }
.plSel,.plSel:hover { background-color:#262223!important; text-shadow: 0 0 5px; }
a[id^="btn"] { background-color:#231F20; color:#C8C7C8; cursor:pointer; font-size:50px; margin:0; padding:0 27px 11px; text-decoration:none; }
a[id^="btn"]:last-child { margin-left:-4px; }
a[id^="btn"]:hover,a[id^="btn"]:active { background-color:#262223; }
a[id^="btn"]::-moz-focus-inner { border:0; padding:0; }
#mainwrap {
    top: 0;
    overflow: hidden;
}

div#audio0 {
    background: #f1f3f4;
}
#plList {
    margin: 0;
    display: block;
}
#nowPlay {
    background: #000;
    padding-top: 25px;
    padding-bottom: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#audiowrap {
    background-color: #231F20;
    margin: 0 auto;
    margin-top: 0px;
}
#plwrap {
    margin: 0 auto;
    margin-top: -4px;
	top: -12px;
    overflow-y: auto;
  	overflow-x: hidden;
	height: 357px;
    border-bottom: 2px solid #fff;
}
#tracks {
    background: #f1f3f4;
    min-height: 65px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -11px;
}

a#btnPrev {
    background: #f7f7f7;
    max-height: 65px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0;
    color: #000;
    float: left;
}

a#btnNext {
    background: #f7f7f7;
    max-height: 65px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0;
    color: #000;
    float: right;
}
#music .inner {
    margin-left: 15px;
}


/* Audio Player Media Queries
================================================== */

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
audio { width:526px; }
html[data-useragent*="MSIE 9.0"] audio { width:536px; }
html[data-useragent*="MSIE 10.0"] audio { width:543px; }
html[data-useragent*="rv:11.0"] audio { width:551px; }
html[data-useragent*="OS 7"] audio { width:546px; }
html[data-useragent*="Chrome"] audio { width:543px; }
html[data-useragent*="Chrome"][data-useragent*="Android"] audio { margin-left:5px; width:538px; }
}

/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
audio { width:390px; }
html[data-useragent*="MSIE 9.0"] audio { width:400px; }
html[data-useragent*="MSIE 10.0"] audio { width:407px; }
html[data-useragent*="rv:11.0"] audio { width:415px; }
html[data-useragent*="OS 7"] audio { width:410px; }
html[data-useragent*="Chrome"] audio { width:407px; }
html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio { margin-left:5px; width:403px; }
#npTitle { width:245px; }
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
audio { width:270px; }
html[data-useragent*="MSIE 9.0"] audio { width:280px; }
html[data-useragent*="MSIE 10.0"] audio { width:287px; }
html[data-useragent*="rv:11.0"] audio { width:295px; }
html[data-useragent*="OS 7"] audio { width:290px; }
html[data-useragent*="Chrome"] audio { width:287px; }
html[data-useragent*="Chrome"][data-useragent*="Mobile"] audio { margin-left:5px; width:97%; }
#npTitle { width:167px; }
}


@media (max-width: 1200px) {
.band-nav {
    width: 92%;
    margin: auto;
    left: 0;
    right: 0;
  	top: 180px;
}
  td {
    max-width: 40vw;
    min-width: 40vw;
}
  .navbar {
      animation: none;
}
    .navbar-collapse {
    z-index: 1;
}
.show {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
	background: black;
  	transition: 1s;
}
li.nav-l {
  	opacity: 0;
  	transition: 1s;
    color: white;
  }
#band .band-wrapper {
    padding-left: 15px;
}
}

@media screen and (min-width: 1024px) {
  .photos img {
    width: calc(100%/6);
    height: calc(100%/6);
  }
}

@media (min-width: 1200px) {
h2, .h2 {
    padding-top: 30px;
}
.livelist {
    float: right;
    position: absolute;
}
  img.test {
    width: 30vh;
    margin-top: 15px;
    text-align: center;
    z-index: 15;
    left: 47%;
    margin: auto;
    transform: translate(-50%, 0);
    top: 30px;
    margin-left: 10vw;
}
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 165vh;
}
  .mobile {
    display: none;
  }
  .desktop {
    display: flex;
  }
body{
  background-position: center !important;
}
.pace-progress{
  background-position: center !important;
}
.pace-running {
  background-position: center !important;
}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .photos img {
    width: calc(100%/4);
    height: calc(100%/4);
  }
}
@media (max-width: 1024px) {
  .photos img {
    width: calc(100%/4);
    height: calc(100%/4);
  }
li.nav-o {
    font-size: 4.5vw;
}
  h2, .h2 {
    font-size: 4vw;
}
  body {
    font-size: 2vw;
}
  .band-img h4, b, strong {
  	font-size: 3vw;
}
footer {
    text-align: center;
}
  .studios {
    float: right;
    bottom: 30px;
    right: 50%;
    position: absolute;
    transform: translateX(50%);
}
  .btn-default {
	font-size: 1.5rem;
    margin-top: 25px;
}
  .live-details {
    font-size: 2vw;
  }
#listPosts h4, .h4 {
    font-size: 3.7vw;
    padding: 1vw;
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
.freakstuff-img {
    padding-top: 0px;
    max-width: 100%;
    padding-bottom: 30px;
}
#archive .inner .col-md-10 {
    overflow-x: hidden;
    height: 100%;
    overflow-y: scroll;
    padding-left: 85px;
    right: 60px;
}
input, button, select, optgroup, textarea {
    font-size: 2.2vw;
  	text-align: center;
}
}
@media (max-width: 765px) {
    body {
    font-size: 2.5vw;
}
  h6 {
   font-size: 15px;
  }
  .band-img {
    height: 33% !important;
}
  #live .tourposter {
  width: 50%;
  height: auto;
}
  #foto {
    display: none;
}
#listPosts h4, .h4 {
    font-size: 4.7vw;
    padding: 1vw;
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
.freakstuff-img {
    max-width: 100%;
    padding-bottom: 30px;
}
h2, .h2 {
    font-size: 30px;
}
  .page {
    font-size: 15px;
}
  .blobs {
    top: 16vw;
}
 table.band_table {
    top: 52vw;
} 
  #live details .gallery a img {
    max-height: unset;
    width: 100%;
}
.band-nav {
    width: 92%;
    margin: auto;
    left: 0;
    right: 0;
    top: 100px;
}
  img.test {
    width: 18vh; 
}
.band-img {
    height: 33%;
}
    .band-img h4 {
  	font-size: 4.5vw;
}
  td {
   vertical-align: baseline;
}
  #freakstuff .inner h4 {
    width: 100%;
    font-size: 4.2vw;
        padding-top: 30px
}
#freakstuff .inner {
    margin-top: 73px;
    padding-left: 40px;
   	width: 106%;
}
#freakstuff .freakstuff-img {
    padding-top: 25px;
    max-width: 50%;
}
.freakstuff-title {
    vertical-align: middle;
    position: absolute;
    width: 75%;
    margin-top: 30px;
    margin-left: -75px;
  	    padding-right: 44px;
  padding-bottom: 0;
}
#live details img.freakstuff-img {
    width: 100%;
}
.live-details {
    padding-left: 30px;
    vertical-align: inherit;
    padding-top: 0;
    margin-top: 30px;
    font-size: 2.5vw;
}
    .mobile {
    display: flex;
  }
  .desktop {
    display: none;
  }
#archive ul {
    font-size: 3.5vh;
}
  #archive .col-md-2 ul {
    list-style: none;
    margin: auto;
    justify-content: end;
    font-family: 'rippleregular';
    font-size: 3.5vh;
    display: block;
    padding-top: 75px;
    text-align: left;
    height: 65vh;
    border-right: 3px solid #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 3;
    position: fixed;
    width: 75px;
    padding-bottom: 30px;
}
  #archive .col-md-10 ul {
    list-style: none;
    margin: auto;
    display: block;
    padding-top: 80px;
    text-align: left;
    height: 65vh;
    border-right: 3px solid #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 3;
    position: fixed;
    padding-bottom: 30px;
    width: 90%;
    font-family: inherit;
    padding-right: 20vw;
    margin-left: 19vw;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-size: 4.2vw;
    position: absolute;
    top: -2px;
    width: 100%;
    padding-left: 4vw;
    height: 65px;
    z-index: 999;
}
}

@media (max-width: 624px) {
  .live-details {
    padding-left: 30px;
    vertical-align: inherit;
    padding-top: 0;
    margin-top: 30px;
    font-size: 3vw;
}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .photos img {
    width: calc(100%/3);
    height: calc(100%/3);
  }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
  .photos img {
    width: calc(100%/2);
    height: calc(100%/2);
  }
}

@media (max-width: 480px) {
    .blobs {
    top: 40vw;
}
 table.band_table {
    top: 85vw;
}
.band-nav {
    padding-bottom: 189px;
}
  h4, .h4, #booking h4, h5, .btn-default {
    font-size: 18px;
}
  p, b, strong {
    font-size: 15px;
}  
    #band p {
    padding-left: 16px;
      margin-top: -15px;
}
body {
    font-size: 3.5vw;
}
.live-details {
    padding-left: 30px;
    vertical-align: inherit;
    padding-top: 0;
    margin-top: 30px;
    font-size: 3.5vw;
}
#live details a {
    padding: 13px;
    height: 50px;
}  
  li.nav-l {
    height: 55px;
}
  details {
    font-size: 15px;
    padding-top: 20px;
}
  .openAr {
    width: 20px;
    height: 20px;
    padding-top: 2px;
    padding-left: 2px;
}
}

@media screen  and (max-width: 320px) {
  .photos img {
    width: 100%;
    height: 100%;
  } 
}

@media (max-height: 1000px) {
.navbar-toggler {
    top: 15px;
}
}
@media (min-width: 765px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: flex;
  }
  .freakstuff-img {
    padding-top: 0px;
}
}

/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: none;
  border: solid 1px #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
  border: solid 1px #fff;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

/* Pace */

/*
body:after,body:before,body&gt;:not(.pace){
  -webkit-transition:opacity .4s ease-in-out;
  -moz-transition:opacity .4s ease-in-out;
  -o-transition:opacity .4s ease-in-out;
  -ms-transition:opacity .4s ease-in-out;
  transition:opacity .4s ease-in-out}
body:not(.pace-done):after,body:not(.pace-done):before,body:not(.pace-done)&gt;:not(.pace){
  opacity:0}
.pace{
  -webkit-pointer-events:none;
  pointer-events:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none}
.pace-inactive, .pace-inactive:after{
  display:none}
.pace{
	background: #222;
  position:fixed;
  z-index:2000;
  top:0;
  right:100%;
  width:100%;
  height:100%;
    animation: colorRotate 40s linear infinite;}
.pace-progress{
	background-image: url(/img/load3.jpg);
  	background-size: cover;
  	opacity: 0.5;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 125%;
    height: 135%;
    animation: squiggly-anim 12.9s linear infinite alternate;
    animation-fill-mode: backwards;
    transition: 3s !important;
  background-position: bottom;
}
.pace-running {
    background-image: url(/img/load2.jpg);
    background-size: cover;
	animation: squiggly-anim 12.9s linear infinite alternate;
    animation-fill-mode: backwards;
    transition: 3s !important;
  background-position: bottom;
}
*/
/*********/
/*go space*/
.space {
    margin: 0;
    animation: squiggly-anim 5.9s linear infinite alternate;
    animation-fill-mode: backwards;
    transition: 3s !important;
    top: 0;
    left: 50%;
    position: fixed;
    height: 100% !important;
    width: 100% !important;
}
.btn-space {
    width: 50px;
    height: 55px;
    position: fixed;
    top: 5px;
    right: 5px;
    background: url(/img/spce-link.png);
    border: none;
    background-size: cover;
    z-index: 9999;
  	cursor: pointer;
}
/* spam schutz */
#messagebox {
 position: absolute;
 left: -10000px;
 top: -10000px;
 width: 1px;
 height: 1px;
 overflow: hidden;
 display: inline;
}

/* Policy */

.cc_container {
    background: #1e1e1e !important;
    color: #fff !important;
    font-size: 17px;
    font-family: 'Poppins', sans-serif !important;
    box-sizing: border-box;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #000 !important;
    background-color: #efefef !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-family: 'Open Sans',sans-serif !important;
}
.cc_container .cc_message {
    transition: font-size 200ms !important;
    font-size: 17px;
    display: block !important;
    color: #fff !important;
}
@media (min-width: 769px) {
  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
    min-width: 220px !important;
}
}

.anmeldung20 {
  background: white;
  color: black;
  border-radius: 30px;
  padding: 10px 10px 0px 10px;
  border: white solid 1px;
}
.anmeldung20:hover {
  cursor: pointer;
}</pre></body></html>